module Base
{
    item Bag_Satchel_MOD
    {
        DisplayName = Satchel MOD,
        DisplayCategory = Bag,
        Type = Container,
        Weight = 0.5,
        IconsForTexture = Satchel_Leather;Satchel_Green;Satchel_Khaki,
        BloodLocation = Bag,
        BodyLocation = Satchel,
        CanBeEquipped = FannyPackBack,
        Capacity = 16,
        CloseSound = CloseSatchel,
        ClothingItem = Bag_Satchel,
        EquipSound = EquipSatchel,
        OpenSound = OpenSatchel,
        PutInSound = StoreItemSatchel,
        ReplaceInPrimaryHand = Bag_Satchel_RHand holdingbagright,
        ReplaceInSecondHand = Bag_Satchel_LHand holdingbagleft,
        WeightReduction = 90,
        WorldStaticModel = Satchel_Ground,
        Tags = IsFireTinder;IsFireFuel,
    }
    item Bag_SatchelPhoto_MOD
    {
        DisplayCategory = Bag,
        WeightReduction = 90,
        Weight = 0.5,
        Type = Container,
        Capacity = 16,
        DisplayName = Photo Satchel MOD,
        IconsForTexture = Satchel_Leather;Satchel_Green;Satchel_Khaki,
        BodyLocation = Satchel,
        CanBeEquipped = FannyPackBack,
        CloseSound = CloseSatchel,
        EquipSound = EquipSatchel,
        OpenSound = OpenSatchel,
        PutInSound = StoreItemSatchel,
        ClothingItem = Bag_Satchel,
        BloodLocation = Bag,
        ReplaceInSecondHand = Bag_Satchel_LHand holdingbagleft,
        ReplaceInPrimaryHand = Bag_Satchel_RHand holdingbagright,
        WorldStaticModel = Satchel_Ground,
        Tags = IsFireFuel;IsFireTinder,
    }

    item Bag_Satchel_Fishing_MOD
    {
        DisplayName = Fishing Satchel MOD,
        DisplayCategory = Bag,
        Type = Container,
        Weight = 0.5,
        Icon = Satchel_Fishing,
        BloodLocation = Bag,
        BodyLocation = Satchel,
        CanBeEquipped = FannyPackBack,
        Capacity = 16,
        CloseSound = CloseSatchelFishing,
        ClothingItem = Bag_Satchel_Fishing,
        EquipSound = EquipSatchel,
        OpenSound = OpenSatchelFishing,
        PutInSound = StoreItemSatchelFishing,
        ReplaceInPrimaryHand = Bag_Satchel_Fishing_RHand holdingbagright,
        ReplaceInSecondHand = Bag_Satchel_Fishing_LHand holdingbagleft,
        WeightReduction = 90,
        WorldStaticModel = Satchel_Fishing_Ground,
        Tags = IgnoreZombieDensity;IsFireFuel;IsFireTinder;IsMemento,
    }

    item Bag_Satchel_Medical_MOD
    {
        DisplayName = Medical Satchel MOD,
        DisplayCategory = Bag,
        Type = Container,
        Weight = 0.5,
        Icon = Satchel_Medical,
        BloodLocation = Bag,
        BodyLocation = Satchel,
        CanBeEquipped = FannyPackBack,
        Capacity = 16,
        CloseSound = CloseSatchelMedical,
        ClothingItem = Bag_Satchel_Medical,
        EquipSound = EquipSatchel,
        OpenSound = OpenSatchelMedical,
        PutInSound = StoreItemSatchelMedical,
        ReplaceInPrimaryHand = Bag_Satchel_Medical_RHand holdingbagright,
        ReplaceInSecondHand = Bag_Satchel_Medical_LHand holdingbagleft,
        WeightReduction = 90,
        WorldStaticModel = Satchel_Medical_Ground,
        Tags = IgnoreZombieDensity;IsFireFuel;IsFireTinder,
    }

    item Bag_Satchel_Military_MOD
    {
        DisplayName = Military Satchel MOD,
        DisplayCategory = Bag,
        Type = Container,
        Weight = 0.5,
        Icon = Satchel_Military,
        BloodLocation = Bag,
        BodyLocation = Satchel,
        CanBeEquipped = FannyPackBack,
        Capacity = 16,
        CloseSound = CloseSatchelMilitary,
        ClothingItem = Bag_Satchel_Military,
        EquipSound = EquipSatchel,
        OpenSound = OpenSatchelMilitary,
        PutInSound = StoreItemSatchelMilitary,
        ReplaceInPrimaryHand = Bag_Satchel_Military_RHand holdingbagright,
        ReplaceInSecondHand = Bag_Satchel_Military_LHand holdingbagleft,
        WeightReduction = 90,
        WorldStaticModel = Satchel_Military_Ground,
        Tags = IgnoreZombieDensity;IsFireFuel;IsFireTinder,
    }

    item Bag_Satchel_Mail_MOD
    {
        DisplayName = Mail Satchel MOD,
        DisplayCategory = Bag,
        Type = Container,
        Weight = 0.5,
        Icon = Satchel_Mail,
        BloodLocation = Bag,
        BodyLocation = Satchel,
        CanBeEquipped = FannyPackBack,
        Capacity = 16,
        CloseSound = CloseSatchelMail,
        ClothingItem = Bag_Satchel_Mail,
        EquipSound = EquipSatchel,
        OpenSound = OpenSatchelMail,
        PutInSound = StoreItemSatchelMail,
        ReplaceInPrimaryHand = Bag_Satchel_Mail_RHand holdingbagright,
        ReplaceInSecondHand = Bag_Satchel_Mail_LHand holdingbagleft,
        WeightReduction = 90,
        WorldStaticModel = Satchel_Mail_Ground,
        Tags = IsFireFuel;IsFireTinder,
    }

    item Bag_Satchel_Leather_MOD
    {
        DisplayName = Leather Satchel MOD,
        DisplayCategory = Bag,
        Type = Container,
        Weight = 0.5,
        Icon = Satchel_Leather,
        BloodLocation = Bag,
        BodyLocation = Satchel,
        CanBeEquipped = FannyPackBack,
        Capacity = 16,
        CloseSound = CloseLeatherBag,
        ClothingItem = Bag_Satchel_Leather,
        EquipSound = EquipSatchel,
        OpenSound = OpenLeatherBag,
        PutInSound = StoreItemLeatherBag,
        ReplaceInPrimaryHand = Bag_Satchel_Leather_RHand holdingbagright,
        ReplaceInSecondHand = Bag_Satchel_Leather_LHand holdingbagleft,
        WeightReduction = 90,
        WorldStaticModel = Satchel_Leather_Ground,
    }
}